home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00258.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  167 b   |  12 lines

  1. on enterFrame
  2.   global comp
  3.   put "inside 253"
  4.   if the frame = 55 then
  5.     exit
  6.   end if
  7.   repeat with i = 13 to 18
  8.     puppetSprite(i, 1)
  9.   end repeat
  10.   reset()
  11. end
  12.